home *** CD-ROM | disk | FTP | other *** search
/ X'Tasies 2 / X'Tasies 2 - Disc 2.iso / mac / Movie.Dir / 00026.ls < prev    next >
Encoding:
Text File  |  1996-08-30  |  294 b   |  15 lines

  1. global qt_position, qt_volume
  2.  
  3. on mouseDown
  4.   set the visible of sprite 7 to 0
  5.   updateStage()
  6. end
  7.  
  8. on mouseUp
  9.   set qt_position to the movieTime of sprite 22
  10.   set qt_volume to the volume of sprite 22
  11.   set the visible of sprite 22 to 0
  12.   go(marker(10))
  13.   set the visible of sprite 7 to 1
  14. end
  15.